In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager~AddFreeHandHighlighterAnnot / AddFreeHandHighlighterAnnot(Int32,PointF[]) Method

AddFreeHandHighlighterAnnot(Int32,PointF[]) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Function AddFreeHandHighlighterAnnot( _

   ByVal BorderColor As Integer, _

   ByVal Points() As PointF _

) As AnnotationFreeHandHighlighter
public AnnotationFreeHandHighlighter AddFreeHandHighlighterAnnot( 

   int BorderColor,

   PointF[] Points

)
public function AddFreeHandHighlighterAnnot( 

    BorderColor: Integer;

    Points: PointFarray of

): AnnotationFreeHandHighlighter; 
public function AddFreeHandHighlighterAnnot( 

   BorderColor : int,

   Points : PointF[]

) : AnnotationFreeHandHighlighter;
public: AnnotationFreeHandHighlighter* AddFreeHandHighlighterAnnot( 

   int BorderColor,

   PointF[]* Points

) 
public:

AnnotationFreeHandHighlighter^ AddFreeHandHighlighterAnnot( 

   int BorderColor,

   array<PointF>^ Points

) 

Parameters

BorderColor
Points
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager
AnnotationManager Members
Overload List